home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbnet24.arc / PCBNET.HIS < prev    next >
Text File  |  1990-12-27  |  5KB  |  114 lines

  1.                 PCBNet History File of Fixes and Added Features
  2.  
  3. December 27th, 1990  4:35 pm
  4. ----------------------------
  5. - Found the culprit that was messing up anything above 119 for the
  6.   Low conference number (i.e. /C:Low-High).  The problem was due to
  7.   a seek failure.
  8.  
  9. December 18th, 1990  4:55 pm
  10. ----------------------------
  11. - Made MAJOR changes for speed.  Here are the new stats:
  12.  
  13.     PCBNet 2.1 or below could scan 200 conferences (On my system) in 30
  14.     seconds.
  15.  
  16.     PCBNet 2.2 will scan 200 conferences (On my system) in 9 seconds.
  17.  
  18.   This shows you the vast improvements made.  It will be more noticable on
  19.   networks as less disk access is used (Hence, that's why the speed increase).
  20.  
  21.   Note:  Because of speed increase, more memory is used.  If you get memory
  22.          allocation errors, you will need to lower the number of conferences
  23.          you are trying to scan at one time.  Example:
  24.  
  25.              PCBNet /c:1-100  (You get allocation error).
  26.  
  27.                Try this:
  28.  
  29.              PCBNet /c:1-50   (NO allocation error).
  30.  
  31.          I suggest that you scan no more 200 conferences at a time unless
  32.          you have lots of memory free.  Because all my tests were based
  33.          on 200 conferences, that's why I say 200 conferences.  If you
  34.          have more conferences, please expierment and let me know what
  35.          your numbers were.
  36.  
  37. - Added /INIT  Previous versions in most cases will not work properly.  I
  38.   HIGHLY suggest that everybody use the /INIT option for first time
  39.   initialization.
  40.  
  41.   This operation is only used for first time installation or updating.  If
  42.   you add or delete a conference (Change conference allocations), you will
  43.   need to use the /INIT option for continued proper operation.
  44.  
  45. November 29th, 1990 11:00 am
  46. ----------------------------
  47. - Added the command line switch:  /NET:Path/Name
  48.  
  49.   Now some of you may ask why this switch was added.  Let me explain.  For
  50.   those systems that act as HUBS for echo mail, these guys for the most part
  51.   have NODES upload mail to them.  Because they are constantly getting mail on
  52.   different nodes on their BBS, this can cause problems.  So to bypass this
  53.   problem this switch was added so they prevent this problem.  Or if you need
  54.   to run PCBNet from the remote side using the 10 function from PCBoard, you
  55.   can specify the path/file name where all the information is contained.
  56.  
  57.   I hope all this information makes sense <grin>......
  58.  
  59. November 26th, 1990 11:00 am
  60. ----------------------------
  61. - Changed the MSGS.NET File(s) to be in ONE SINGLE File called:  PCBNET.NET
  62.   For those of you with LOTS of conferences, this will now save on Hard Drive
  63.   space.  The actual size of this file is 4 bytes time the number of
  64.   conferences you currently have (Including the Main Board).
  65.  
  66.   The PCBNET.NET file will be placed in the same directory where you run
  67.   PCBNET.EXE.  I believe this resolves the MAJOR problem big systems were
  68.   facing (And wouldn't use it).
  69.  
  70. November 21st, 1990  1:15 pm
  71. ----------------------------
  72. - Removed Error displays from hanging in an event.
  73. - Added more error checking for MSGS file.
  74.  
  75. November 19th, 1990 10:40 am
  76. ----------------------------
  77. - Added checking if a message has been read.  If it has, the user's mail
  78.   waiting flags WILL NOT be updated.
  79.  
  80. November 16th, 1990 11:00 am
  81. ----------------------------
  82. - Added checking for KILLED MSGS.
  83. - Removed Debug Code (All is working just fine).
  84. - Enhanced Error checking for a VALID /C:xx-xx  Some people were trying
  85.   just the /C:xx which is an INVALID number and thus starting with
  86.   conference #0 and working it's way up til the end.  They were thus
  87.   reporting that it wasn't working properly, however it was to some degree.
  88.   It simply wasn't detecting two numbers (The LOW and HIGH).
  89.  
  90. November 15th, 1990  5:10 pm
  91. ----------------------------
  92. - Found another problem and fixed.  Hopefully this will solve the rest of
  93.   the problems.
  94. - Added DEBUG code.  Debug information is in PCBNET.LOG.
  95.  
  96. November 15th, 1990 10:30 am
  97. ----------------------------
  98. - Added check for SYSOP in Message header.  If SYSOP is found, record #1
  99.   is updated (As this is the Sysop).
  100.  
  101. November 14th, 1990  5:10 pm
  102. ---------------------------
  103. - Added a little more error checking for not closing all the files.
  104.  
  105. November 14th, 1990
  106. -------------------
  107. - Fixed a problem with Too many files opened
  108. - Fixed a problem with updating the wrong mail waiting flags.
  109.  
  110. November 12th, 1990
  111. -------------------
  112. - Added some routines for more error checking.
  113. - Fixed a problem with only a maximum of 255 Conferences.
  114.